Interface: DataChannelInit
Hierarchy
RTCDataChannelInit
↳
DataChannelInit
Properties
dataChannel
• Optional
dataChannel: RTCDataChannel
eventListeners
• Optional
eventListeners: EventListeners
<RTCDataChannel
, RTCDataChannelEventMap
, keyof RTCDataChannelEventMap
>
id
• Optional
id: number
Inherited from
RTCDataChannelInit.id
label
• label: string
maxPacketLifeTime
• Optional
maxPacketLifeTime: number
Inherited from
RTCDataChannelInit.maxPacketLifeTime
maxRetransmits
• Optional
maxRetransmits: number
Inherited from
RTCDataChannelInit.maxRetransmits
negotiated
• Optional
negotiated: boolean
Inherited from
RTCDataChannelInit.negotiated
ordered
• Optional
ordered: boolean
Inherited from
RTCDataChannelInit.ordered
protocol
• Optional
protocol: string
Inherited from
RTCDataChannelInit.protocol